text/template/parse.Tree.withControl (method)

3 uses

	text/template/parse (current package)
		parse.go#L426: 		return t.withControl()
		parse.go#L568: 			elseList.append(t.withControl())
		parse.go#L606: func (t *Tree) withControl() Node {